Carbon


IndexToStringProcPtr

Header: StringCompare.h Carbon status: Under Evaluation

typedef Boolean(* IndexToStringProcPtr) (
    SInt16 item, 
    ScriptCode *itemsScript, 
    StringPtr *itemsStringPtr, 
    void *yourDataPtr
);

You would declare your function like this if you were to name it MyIndexToStringCallback:

Boolean MyIndexToStringCallback (
    SInt16 item, 
    ScriptCode *itemsScript, 
    StringPtr *itemsStringPtr, 
    void *yourDataPtr
);
item
itemsScript
itemsStringPtr
yourDataPtr

AVAILABILITY

Under evaluation for Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)